html body {
	padding-top: 0px !important;
}
 a:focus {  outline:none;   -moz-outline:none;}
/* 新的头部 */
button input a{

outline:none;

}
img{ border:0}
.header_v4 {
	position: relative;
	top: 0;
	z-index: 9998;
	width: 100%;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.header_v4_hidden {
	position: fixed;
	z-index: 9998;
	top: 0;
	height: 0;
	overflow: hidden;
}

.header_v4_hidden.transition {
	transition: all .2s linear;
}

.header_v4 .header_container {
	width: 1200px;
	margin: 0 auto;
	/* display: flex;
	flex-wrap: nowrap;
	justify-content: space-between; */
}

.header_v4 .header_top {
	width: 100%;
	height: 34px;
	background: #2E3130;
}

.header_v4 .header_top .header_container>ul {
	float: left;
	width: 50%;
	height: 100%;
}

.header_v4 .header_top ul.right {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header_v4 .header_top .header_container>ul>li {
	position: relative;
	display: inline-block;
	line-height: 34px;
	font-size: 12px;
	color: rgba(255, 255, 255, .8);
}

.header_v4 .header_top ul li.h_code:hover .dropdown_box {
	width: 164px;
	height: 172px;
}

.header_v4 .header_top ul li.h_home:hover .dropdown_box {
	height: 410px;
}

.header_v4 .header_top ul li.rt_bd {
	margin-right: 10px;
	padding-right: 11px;
}

.header_v4 .header_top ul li.rt_bd:not(:first-child):after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, .25);
}


.header_v4 .header_top ul li.pd25 {
	padding-left: 25px;
}

.header_v4 .header_top ul li img.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header_v4 .header_top ul li img.header_dropdown {
	float: right;
	margin: 10px 0 10px 6px;
}

.header_v4 .header_top ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
}

.header_v4 .header_top ul li a:hover {
	color: #FFF;
}

#cnzz_stat_icon_1279875059 {
	display: none;
}

#cnzz_stat_icon_1279891284 {
	display: none;
}

.userInfo {
	position: relative;
	display: inline-block;
}

.header_v4 .header_top ul li div.dropdown_box,
.userInfo .dropdown_box {
	position: absolute;
	top: 45px;
	left: -50px;
	z-index: 999;
	width: 0;
	height: 0;
	transition: all .3s linear;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #6d97f5;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}


.userInfo .dropdown_box {
	width: 170px;
	background: #fff;
	border-radius: 2px;
}

.userInfo .header-dropdown {
	overflow: hidden;
}

.userInfo .header-item span {
	line-height: 36px;
}

.userInfo .header-item span:hover .header-dropdown {
	height: 350px !important;
}

.userInfo .header-dropdown .dropdown-item {
	position: relative;
	text-align: left;
	height: 42px;
	line-height: 42px;
}

/* .userInfo .header-dropdown .dropdown-item:hover {
			background: rgba(203, 247, 248, .2);
		} */

.userInfo .header-dropdown .dropdown-item:hover a {
	color: #6d97f5;
}

.userInfo .header-dropdown .dropdown-item-large {
	position: relative;
	padding: 14px 16px 40px;
	text-align: left;
}

.userInfo .header-dropdown .dropdown-item-large p {
	line-height: 18px;
	font-size: 13px;
	color: rgba(0, 0, 0, .85);
	font-weight: 500;
}

.userInfo .header-rg .header-item span.mobile:hover {
	color: #6d97f5;
	cursor: pointer;
}

.userInfo .header-dropdown .dropdown-item-large .h_vip {
	position: absolute;
	right: 0;
	width: 65px;
	height: 20px;
	line-height: 20px;
	background: url('../images/head/apple_TV_copy.png') no-repeat;
	font-size: 11px;
	color: #28BCB6;
}

.userInfo .header-dropdown .dropdown-item-large .level-logo-l {
	position: absolute;
	top: 14px;
	right: 10px;
}

.userInfo .header-dropdown .dropdown-item a {
	line-height: 40px;
	text-align: left;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	padding: 0 15px;
}

.userInfo .header-dropdown .dropdown-item:nth-child(1),
.userInfo .header-dropdown .dropdown-item:nth-child(7) {
	border-bottom: 1px solid #E9E9E9;
	height: 50px;
	line-height: 50px;
}

.userInfo .header-dropdown .dropdown-item .rebate {
	display: inline-block;
	width: 40px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #FFE58F;
	border-radius: 2px;
	margin-left: 8px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #875426;
	background: linear-gradient(to right, #EFD59E, #E3BA66);
}

.header_v4 .header_middle {
	background: #FFF;
	padding-top: 21px;
}

.header_v4 .header_middle .logo {
	width: 226px;
	margin-right: 14px;
	padding: 0;
}

.header_v4 .header_middle .search_box {
	position: relative;
	width: 440px;
	height: 40px;
	margin: 3px 0 3px 34px;
	border: 1px solid #6d97f5;
	border-radius: 23px;
}

.deposit_box {
	position: relative;
}

.deposit_box img {
	width: 66px;
	height: 20px;
	position: absolute;
	right: -2px;
	top: -8px;
}

.header_v4 .header_middle .search_input {
	width: 419px;
	height: 100%;
	padding-left: 47px;
	background: url('../images/header/icon_search.png') 20px center / 20px 20px no-repeat;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;
}

.header_v4 .h_v4_btn {
	display: block;
	font-size: 16px;
	text-align: center;
	border: none;
	margin: 0;
}

.header_v4 .h_v4_btn.search {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 79px;
	height: 40px;
	line-height: 40px;
	background: #6d97f5;
	margin-top: 0;
	color: #FFF;
	font-weight: bold;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
}

.header_v4 .h_v4_btn.search:hover {
	background: #477BC9;
}

.header_v4 .h_v4_btn.lk_recharge,
.header_v4 .h_v4_btn.lk_command {
	width: 100px;
	height: 40px;
	line-height: 38px;
	font-weight: bold;
	border: 1px solid #6d97f5;
	border-radius: 23px;
}

.header_v4 .h_v4_btn.lk_recharge {
	background: #6d97f5;
	margin: 3px 20px;
	color: #FFF;
	font-weight: bold;
}

.header_v4 .h_v4_btn.lk_recharge:hover {
	background: #477BC9;
	font-weight: bold;
}

.header_v4 .h_v4_btn.lk_command:hover {
	background: #477BC9;
	color: #FFF;
	font-weight: bold;
}

.header_v4 .h_v4_btn.lk_command {
	background: #FFF;
	margin: 3px 0;
	color: #6d97f5;
}

.header_v4 .header_middle #auto {
	position: absolute;
	top: 40px !important;
	left: 10px !important;
	width: 80% !important;
	z-index: 999;
}

.header_v4 .header_middle .keyitem {
	height: 32px;
	line-height: 32px;
	background: #FFF;
	padding-left: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, .45);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.header_v4 .header_bottom {
	z-index: 9999;
	width: 100%;
	height: 59px;
	background: #FFF;
	padding-top: 29px;
	transition: all .8s linear;
	overflow: hidden;
}

.header_v4 .header_bottom .header_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.header_v4 .header_bottom li a:hover {
	color: #6d97f5;
}

.header_v4 .header_bottom .newHeader {
	justify-content: flex-start;
}

.header_bottom .newHeader {
	justify-content: flex-start;
}

.header_v4 .header_bottom .newHeader li {
	margin-right: 40px;
}

.header_bottom .newHeader li {
	margin-right: 40px;
}

.header_v4 .header_bottom li {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 22px;
	padding: 0 0 8px;
}

.header_v4 .header_bottom li a {
	font-size: 16px;
	color: #424242;
	font-weight: bold;
}

.header_v4 .header_bottom li a:hover {
	color: #6d97f5;
}

.header_v4 .header_bottom li.active a {
	color: #6d97f5;
}

.header_v4 .header_bottom li.active:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #6d97f5;
}

.header_v4 .header_bottom .h_recomend {
	position: relative;
	top: -10px;
	right: -2px;
}

.header_v4 .header_bottom .h_recomend .recomend_img {
	position: absolute;
	width: 50px;
	left: -28px;
	top: -12px;
}

.header_v4 .header_bottom .h_recomend:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
	border: 3px solid transparent;
}

.enterprise-left {
	width: 228px;
	height: 462px;
	background: #F5FBFB;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 21px 0;
	font-size: 14px;
	font-family: PingFangSC-, PingFang SC;
	color: #444444;
}

.enterprise-left .item {
	width: 228px;
	height: 40px;
	line-height: 40px;
	padding: 0 21px 29px;
	display: flex;
	justify-content: space-between;
}

.enterprise-left2 {
	width: 228px;
	height: 462px;
	background: #F5FBFB;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 21px 0;
	font-size: 14px;
	font-family: PingFangSC-, PingFang SC;
	color: #444444;
}

.enterprise-left2 .item {
	width: 228px;
	height: 40px;
	line-height: 40px;
	padding: 0 21px 29px;
	display: flex;
	justify-content: space-between;
}

.enterprise-left3 {
	width: 228px;
	height: 462px;
	background: #F5FBFB;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 21px 0;
	font-size: 14px;
	font-family: PingFangSC-, PingFang SC;
	color: #444444;
}

.enterprise-left3 .item {
	width: 228px;
	height: 40px;
	line-height: 40px;
	padding: 0 21px 29px;
	display: flex;
	justify-content: space-between;
}

.enterprise-highlight {
	background: #16B799;
	color: #FFFFFF;
}

.enterprise-right {
	width: 972px;
	height: 462px;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 10px 0;
	overflow-y: auto;
}

.enterprise-right2 {
	width: 972px;
	height: 462px;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 10px 0;
	overflow-y: auto;
}

.enterprise-right3 {
	width: 972px;
	height: 462px;
	background: #FFFFFF;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 10px 0;
	overflow-y: auto;
}

.item-tittle {
	font-size: 14px;
	font-family: PingFangSC-, PingFang SC;
	font-weight: 700;
	color: #444444;
	line-height: 20px;
	margin: 20px 0 0 30px;
}

.third-item {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #666666;
}

.third-item .item {
	box-sizing: border-box;
	cursor: pointer;
	margin: 10px 30px 0;
}

.third-item .item a {
	font-size: 14px;
}

.third-item .item a:hover {
	color: #16B799;
}

.item-tittle a:hover {
	color: #16B799;
}

.arrow-right {
	width: 9px;
	height: 15px;
	margin-top: 10px;
}

.h_swith {
	width: 90px;
	height: 24px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 12px;
	padding-right: 0 !important;
	margin-right: 14px !important;
	box-sizing: border-box;
	position: relative;
}

.h_swith a {
	width: 90px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.enterprise-icon-left {
	width: 12px;
	height: 12px;
	margin: 0 2px 0 8px;
}

.enterprise-icon-right {
	width: 8px;
	height: 5px;
	margin: 0 5px 0 6px;
}

.version_box {
	width: 120px;
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	top: 24px;
	left: -16px;
	display: none;
	z-index: 100;
}

.version_box_show {
	display: block;
}

.version_box .enterprise_version {
	width: 100px;
	height: 32px;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555555;
	cursor: pointer;
}

.version_box .enterprise_version:hover {
	background: rgba(86, 190, 178, 0.2);
}

.version_box .school_version:hover {
	background: rgba(86, 190, 178, 0.2);
}

.version_box .enterprise_version .img1 {
	width: 14px;
	height: 14px;
	margin-right: 2px;
	margin-left: 10px;
}

.version_box .enterprise_version .img2 {
	width: 8px;
	height: 7px;
	margin-left: 10px;
}

.version_box .school_version {
	cursor: pointer;
	margin-top: 6px;
	width: 100px;
	height: 32px;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555555;
}

.version_box .school_version .img1 {
	width: 14px;
	height: 14px;
	margin-right: 2px;
	margin-left: 10px;
}

.version_box a {
	color: #555555 !important;
}

.header-weChart {
	width: 122px;
	height: 122px;
}



/*第二样式*/

	body.no-scroll {
		overflow-y: auto !important;
	}
	#erp-banner {
		width: 181px!important;
		height: 46px!important;
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		overflow: hidden;
	}
	#erp-banner .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	.header_v4 .header_middle .logo{
		width: 258px;
	}
	.header_v4 .header_middle .search_box {
		width: 382px;
	}
	.header_v4 .header_middle .search_input {
		width: 301px;
	}
	.userInfo{
		height: 45px;
		line-height: 45px;
		display: flex;
		align-items: center;
		left: 19px;
		padding-right: 20px;
	}
	.userInfo .phone{
		font-size: 14px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #6d97f5;
		max-width: 100px;
		white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		display: inline-block;
		margin-right: 4px;
	}
	.userInfo img{
		width: 10px;
		transform: rotate(180deg);
	}
	.userInfo:hover .dropdown_box {
		height: 355px;
	}
	.userInfo .dropdown_box{
		left: -60px!important;
	}
	.userInfo:hover > img{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transition: transform 0.2s;
		-moz-transition: -moz-transform 0.2s;
		-moz-transition: -moz-transform 0.2s;
		-o-transition: -o-transform 0.2s;
		-ms-transition: -ms-transform 0.2s;
	}
	.header_middle .newLogin{
		display: inline-block;
		margin-left: 10px;
		height: 45px;
		line-height: 45px;
		font-size: 0;
	}
	.header_middle .newLogin a{
		font-size: 16px;
		font-family: PingFang-SC-Bold, PingFang-SC;
		font-weight: bold;
		color: rgba(0, 0, 0, 0.85);
		padding: 0 12px;
		height: 18px;
	}
	.header_middle .newLogin a:first-child{
		border-right: 1px solid #D9D9D9;
	}
	.header_middle .newLogin a:last-child{
		padding-right: 0;
	}
	.header_v4 .category-nav {
		height: 0;
		transition: all .2s ease;
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}
	.header_v4 .category-nav .category-mask {
		display: none;
		position: fixed;
		z-index: -1;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.4);
	}
	.header_v4 .category-nav .category-mask.show {
		display: block;
	}
	.header_v4 .category-nav.show {
		height: 100%;
	}
	.header_v4 .category-nav.shrink {
		padding-top: 56px !important;
	}
	.header_v4 .category-nav .category-nav-wrap {
		background: #fff;
		border-top: 1px solid #E8E8E8;
		padding-top: 10px;
		padding-bottom: 60px;
		/* max-height: calc(100vh - 280px); */
    overflow-y: auto;
	}
	.header_v4 .category-nav .category-nav-wrap.type2 {
		padding-bottom: 40px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content {
		margin: 0 auto;
    display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 1080px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-drafting-item {
		width: 270px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-drafting-item .nav-title {
		position: relative;
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
		text-align: center;
		font-size: 16px;
		font-family: PingFang-SC-Bold, PingFang-SC;
		color: rgba(0, 0, 0, 0.85);
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-drafting-item:not(:last-child) .nav-title::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 169px;
		background: #E8E8E8;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-drafting-item .nav-title img {
		width: 150px;
		margin-bottom: 16px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-simulate-title {
		font-size: 16px;
		font-family: PingFang-SC-Bold, PingFang-SC;
		font-weight: bold;
		color: #16B799;
		width: 1080px;
		margin: 30px auto 0;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item.category-nav-simulate-item {
		margin-top: 30px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item.category-nav-analysis-item {
		margin-right: 38px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item.category-nav-simulate-item, .category-nav-item.category-nav-buffets-item {
		width: 180px;
		padding-left: 20px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item.category-nav-simulate-item .nav-title::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 120px;
		height: 1px;
		background: #E8E8E8;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item {
		width: 180px;
		padding-left: 20px;
		margin-top: 30px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item:nth-of-type(n+7) {
		margin-top: 40px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title{
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 0 14px;
		font-size: 14px;
		font-family: PingFang-SC-Bold, PingFang-SC;
		color: rgba(0, 0, 0, 0.85);
		overflow: hidden;
		text-overflow:ellipsis; 
		white-space: nowrap;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title img {
		width: 24px;
		margin-right: 8px;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title:hover {
		color: #16B799;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-title::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 120px;
		height: 1px;
		background: #E8E8E8;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-child-list {
		padding: 6px 0;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-child-list .nav-child-item {
		cursor: pointer;
		margin-top: 8px;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.75);
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-child-list .nav-child-item a {
		color: inherit;
	}
	.header_v4 .category-nav .category-nav-wrap .category-nav-content .category-nav-item .nav-child-list .nav-child-item:hover {
		color: #16B799;
	}
	#bannerList {
		height: 350px;
	}
	input[type=button]:focus,
	input[type=submit]:focus,
	button:focus {
		outline: none;
	}
	
	button::-moz-focus-inner,
	input[type=button]::-moz-focus-inner {
		outline: none;
	}
	.register-new-guide {
		display: none;
		position: fixed;
		z-index: 10001;
		top: 160px;
    padding: 17px 20px 22px 20px;
    box-sizing: border-box;
		width: 420px;
		background: linear-gradient(180deg, #D6FFFA 0%, #FFFFFF 30%);
		box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.15);
		border-radius: 20px;
	}
	.register-new-guide.has-dot::before {
    content: "";
    position: absolute;
    top: -71px;
    right: 13px;
    width: 6px;
    height: 6px;
    background: #6d97f5;
    border-radius: 100%;
	}
	.register-new-guide.has-dot::after {
    content: "";
    position: absolute;
    top: -66px;
    right: 15px;
    width: 1px;
    height: 67px;
    background: #6d97f5;
	}
	.register-new-guide .close-img{
		position: absolute;
    top: 24px;
    right: 24px;
		width: 15px;
    height: 14px;
		cursor: pointer;
	}
	.register-new-guide .wawa-box {
		display: flex;
    align-items: center;
	}
	.register-new-guide .wawa1-gif {
    width: 55px;
    height: 56px;
	}
	.register-new-guide-title {
		font-size: 16px;
		font-family: PingFang-SC-Bold, PingFang-SC;
		font-weight: bold;
		color: rgba(0,0,0,0.75);
		line-height: 26px;
		padding-left: 13px;
	}
	.register-new-guide-desc {
		font-size: 14px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: rgba(0,0,0,0.75);
		line-height: 28px;
		margin-top: 24px;
	}
	.register-new-guide .equity-list {
		word-break: break-all;
		margin-top: 12px;
		font-size: 14px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: rgba(0,0,0,0.75);
		line-height: 24px;
	}
	.register-new-guide .equity-list li {
		display: flex;
	}
	.register-new-guide .equity-list li:not(:first-child) {
		margin-top: 7px;
	}
	.register-new-guide .equity-list li .check-img {
		position: relative;
		top: 4px;
		width: 16px;
    height: 16px;
		margin-right: 8px;
	}
	.register-new-guide .equity-list .active-txt, 
	.register-new-guide .equity-list .active-money {
		font-size: 14px;
		font-family: PingFang-SC-Bold, PingFang-SC;
		font-weight: bold;
		color: #6d97f5;
	}
	.register-new-guide .equity-list .active-txt2 {
		font-size: 14px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #6d97f5;
	}
	.register-new-guide .equity-list .active-txt2>img {
		width: 10px;
		height: 13px;
		margin-left: 6px;
	}
	.register-new-guide .equity-list .active-txt2 .active-img {
		display: none;
	}
	.register-new-guide .equity-list .active-txt2:hover {
		color: #16B799;
	}
	.register-new-guide .equity-list .active-txt2:hover .active-img {
		display: initial;
	}
	.register-new-guide .equity-list .active-txt2:hover .default-img {
		display: none;
	}
	.register-new-guide-btn {
		margin-top: 17px;
		cursor: pointer;
		display: flex;
    justify-content: center;
    align-items: center;
		width: 372px;
		height: 48px;
		background: #6d97f5;
		box-shadow: inset 0px 1px 3px 2px rgba(255,251,251,0.78);
		border-radius: 23px;
		font-size: 16px;
		font-family: PingFang-SC-Bold, PingFang-SC;
		font-weight: bold;
		color: #FFFFFF;
	}
	.register-new-guide-btn:hover {
		background: #16B799; 
		color: #FFFFFF;
	}
	.register-new-guide-arrow-img {
		width: 18px;
		height: 14px;
		margin-left: 9px;
		animation: footerNewAccountGuide2 .4s linear infinite alternate;
    -webkit-animation: footerNewAccountGuide2 .4s linear infinite alternate;
	}
	@keyframes    footerNewAccountGuide2
    {
      from {opacity: 0;}
      to {opacity: 1;}
    }
		@-webkit-keyframes footerNewAccountGuide2 
		{
			from {opacity: 0;}
      to {opacity: 1;}
		}
		.register-new-guide .hand-img {
			position: absolute;
			width: 69px;
			height: 55px;
			top: 124px;
			left: -104px;
			animation: handAnimation .4s linear infinite alternate;
    	-webkit-animation: handAnimation .4s linear infinite alternate;
		}
		@keyframes    handAnimation
    {
      from {left: -149px;}
      to {left: -104px;}
    }
		@-webkit-keyframes handAnimation 
		{
			from {left: -149px;}
      to {left: -104px;}
		}
		.register-new-guide .handhu-img {
			opacity: 0;
			position: absolute;
			width: 9px;
			height: 19px;
			top: 136px;
			left: -40px;
			animation: handhuAnimation .8s linear 0.4s infinite;
    	-webkit-animation: handhuAnimation .8s 0.4s linear infinite;
		}
		@keyframes    handhuAnimation
    {
      from {left: -40px;opacity: 1;}
      to {left: -60px;opacity: 0;}
    }
		@-webkit-keyframes handhuAnimation 
		{
			from {left: -40px;opacity: 1;}
      to {left: -60px;opacity: 0;}
		}